home *** CD-ROM | disk | FTP | other *** search
/ Grand Slam 3 / Grand Slam 3.iso / 008 / deutex33.arj / TEST-ME.TXT < prev    next >
Text File  |  1994-10-23  |  3KB  |  120 lines

  1.  
  2.  
  3.     You want to have a quick overview of some of the capacities
  4.     of DeuTex before deciding if it's worth the trouble?
  5.  
  6.     This file is for you:
  7.      it will list the contents of TRINITY.WAD (with identification)
  8.      it will decompose and then recompose TRINITY.WAD.
  9.      And this in only 3 trivial DeuTex commands.
  10.  
  11.  
  12.  
  13.  
  14. Requirements:
  15. - You must have TRINITY.WAD, the great PWAD by Steve McCrea. 
  16.     (available on infant2.sphs.edu as TRINITY2.ZIP)
  17. - Doom must be in the \DOOM directory
  18.     (\DOOM2 could work too)
  19. - TRINITY.WAD must be in the current directory.
  20. - You must have *some* room left on your disk :-)
  21. - You must be running DOS 5.0 or higher.
  22. - You must NOT reuse contents of TRINITY.WAd without crediting
  23.   Steven McCrea.
  24.  
  25.  
  26.     
  27.      
  28.  
  29. Explanations:
  30.  
  31.  
  32. Look into demo.bat, and search for the string ***DeuTex***
  33.  
  34.  
  35. Listing the directory:
  36. ----------------------
  37.  
  38.     rem ***DeuTex***
  39.     deutex  -doom \doom     -wadir TRINITY.WAD
  40.         ^^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^
  41.  (a)---> this tells DeuTex that DOOM.WAD and DOOM.EXE are in
  42.     the \DOOM directory. OPTIONNAL.
  43.  (b)--->this tell DeuTex to list the directory of TRINITY.WAD
  44.     reporting the entry types. Types *could* be wrong, but
  45.     not with Trinity.
  46.  
  47.  
  48. Decomposing TRINITY.WAD:
  49. ------------------------
  50.  
  51.     rem ***DeuTex***
  52.     deutex  -doom \DOOM    -dir .    -xtract TRINITY.WAD
  53.         ^^^^^^^^^^^    ^^^^^^     ^^^^^^^^^^^^^^^^^^^
  54.             (a)         (b)         (c)
  55.  
  56.  (a)---> same as before
  57.  (b)---> this tells DeuTex that it must store the result in
  58.     the directory '.' (which is the current directory)
  59.     You could skip (b), because '.' is the default,
  60.     or you could specify another directory, like -dir TEST    
  61.  (c)---> this tells DeuTex to search for entries in TRINITY.WAD 
  62.     
  63.  
  64. Recomposing TRINITY.WAD as TRINIDAD.WAD:
  65. ----------------------------------------
  66.  
  67.     rem ***DeuTex****
  68.     deutex  -doom \doom   -dir .   -makep WADINFO.TXT TRINIDAD.WAD
  69.         ^^^^^^^^^^^   ^^^^^^   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  70.             (a)        (b)        (c)        (d)
  71.  
  72.  (a)---> same as before
  73.  (b)---> same as before
  74.  (c)---> this tells DeuTex to create a new PWAD, from the creation
  75.     directives contained in WADINFO.TXT
  76.  (d)---> this is the name of the created PWAD
  77.  
  78.  
  79.  
  80.  
  81. Customising TRINITY.WAD:
  82. ------------------------
  83.  
  84.  
  85.  
  86.    You can edit WADINFO.TXT, the format is pretty simple to guess.
  87.    (see format.txt for a precise definition of this format)
  88.  
  89.    - put what you want on a line after the #, because # means 'comments'
  90.    - don't touch to lines with  Begin: or  End:   (they are delimiters)
  91.    - the lines between Begin: and End: describe a section.
  92.  
  93.     Begin: SOUNDS
  94.          D_E1M1
  95.     End: SOUNDS
  96.  
  97.     This tell DeuTex to go into the SOUNDS subdirectory and get
  98.     there a file called D_E1M1.MUS, which is the music of TRINITY.WAD.
  99.  
  100.     You might wish to delete this D_E1M1 if your souncard crashes
  101.     while playing trinity.
  102.  
  103.     You could add your own music, for Episode 1 Mission 2 by editing:
  104.  
  105.     Begin: SOUNDS
  106.     D_E1M1
  107.     D_E1M2
  108.     End: SOUNDS
  109.  
  110.     Of course the file D_E1M2.MUS must exist... you can generate it
  111.     from D_E1M2.MID (MIDI format) by using MIDI2MUS.
  112.  
  113.  
  114.  
  115. BEWARE: DeuTex is NOT fool proof yet. It should not crash your computer,
  116. but the generated PWAD may crash DOOM if you make mistakes. I'm very 
  117. sorry for this, but I have more urgent optimisations to do than
  118. foolproofing. However, the PWAD generated here should not crash DOOM,
  119. if you use the real TRINITY.WAD as a basis.
  120.